
/*# sourceMappingURL=customize.css.map */

.bg-blue{background-color: #e7e7e7!important;}
.bg-bei{background-color: #5b5668!important;}


.bg-black-jb{
	background-image:linear-gradient(#a4181800, #c11717);
	background-size: auto 100%;
	position: absolute;
	left: 0;
  right: 0;
  height: 60px;    
  bottom: 0;
  }



.bg-tm{ opacity:0.8;} 


	.btn-white{background:#606065!important;border-color:#606065!important;color:#ccc!important; }
	.btn-white.active,.btn-white .show>.dropdown-toggle,.btn-white .show>.dropdown-toggle.dropdown-toggle-split,.btn-white:active,.btn-white:focus,.btn-white:hover{background:#47474b!important;border-color:#47474b!important}	
	.btn-outline-white{background-color:transparent;border-color:#606065;color:#606065}
	.btn-outline-white.active,.btn-outline-white .show>.dropdown-toggle,.btn-outline-white:active,.btn-outline-white:hover{background-color:#606065!important;color:#fff!important;border-color:#606065!important}
	.btn-opacity-white{background:rgba(96, 96, 101, 0.15);color:#606065}
	.btn-opacity-white:hover{background:#606065;color:#fff}
	
	
	.hamburger { background:#e7e7e7;}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{background-color: #7d6464;}
	
	.nav-Icon{position:absolute; position:absolute;
    right:10px;
    top:0px;
}

@media (max-width: 992px){
.when-collapsed {
    position: absolute;

    background-color: rgba(0,0,0,0.8);
    width:28%;
    top: 102%;
    left:70%;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1150;
}
}
@media (max-width: 992px){
.when-collapsed a{
    color:#b6b6b6;
}
}


.card-img-text{
    position: absolute;
    right: 0;   
    font-size: 14px;
    bottom: 0;
    left: 0;
    padding: 0.05rem; 
}
.card-img-text p{margin-bottom:0; padding:5px 10px;  line-height:20px;}





.btn .badge {
    position: relative;
    top: 25px;
  left: -50px;
  border-radius: .9rem;}
  
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
   
    color: inherit;
}



@media (min-width: 992px){
.toolbar {
    position:fixed;
    margin-left:1050px;
    z-index:1010;
    width:1200px;
}
}


@media (max-width:576px){
.toolbar {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index:1010;
}
}